home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00309.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  321 b   |  12 lines

  1. on exitFrame
  2.   global center, left, right, IQcursor
  3.   set the cursor of sprite 2 to 0
  4.   set the cursor of sprite 3 to 0
  5.   set the cursor of sprite 4 to center
  6.   set the cursor of sprite 5 to left
  7.   set the cursor of sprite 6 to right
  8.   repeat with i = 30 to 38
  9.     set the cursor of sprite i to IQcursor
  10.   end repeat
  11. end
  12.